home *** CD-ROM | disk | FTP | other *** search
-
- To import data from another program such as a spreadsheet, you need to make
- sure the data is in PPlot's format. The format is as follows...
-
- NUMBER
- X_COORDINATE,Y_COORDINATE,X_ERROR,Y_ERROR
- .
- .
- .
-
- Simple, eh? :)
-
- NUMBER = the number of points in the file.
-
- The coordinates and errors can be separated by commas, spaces (one or
- more), or <Returns>. Remove any text or control characters in the file.
- (A beta-tester had a problem importing Advantage output because it put
- Control-L's in the file. Got rid of them and the file loaded fine.)
-
- Well, that's about it for importing. Of course, you can't import more than
- 500 points at a time.
-
- ---charlet@hubcap.clemson.edu
-